comment
news
apps
browse
insights
charts
code_blocks
dev
log in
book
Documentation
quick_reference_all
Api Reference
browser_updated
Api Changes
class
CircularBuffer<T>
Summary
Circular buffer, push pop and index access is always O(1).
User Comments
Properties
Capacity
IsEmpty
IsFull
Item
Size
Methods
Back
Clear
Front
GetEnumerator
PopBack
PopFront
PushBack
PushFront
ToArray
ToArraySegments